Bump softprops/action-gh-release from 1 to 2#5
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Feb 17, 2026
mwiewior
added a commit
that referenced
this pull request
Mar 27, 2026
Fix #3: list_avg handles Int32 natively (sum as i64), avoids full f64 cast of flat value arrays for GQ/DP averaging. Fix #4: skip arrow::compute::filter (8 calls) when all variants pass site filtering — use original columns directly. Fix #5: writer buffers entire variant line into Vec<u8> before a single write_all call. Eliminates ~10 tiny write syscalls per sample (6M → 300 writes/batch for 2000 samples). Uses itoa for zero-alloc integer formatting. Fix #6: pre-computed lookup table for 10^(-PL/10) replaces 3× powf() per sample in dosage computation (~60ns → ~3ns each). Fix #8: FlatNumeric enum keeps GQ/DP as native Int32, compares with f64 thresholds directly — no cast to Float64 then back. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
|
Superseded by #155. |
sitekwb
added a commit
that referenced
this pull request
May 28, 2026
…csq paradigm)
The v1 port used the retired Layer-8 oracle infrastructure:
- port_common::run_and_compare_csq harness (golden.vcf field-by-field
diff, with vacuity-guard + hard/soft separation)
- tests/data/port/cache_transcript/golden.vcf (generated by retired
gen_golden.sh script; CI-time docker oracle dependency)
Replaced under v2 by:
- src/partitioned_cache.rs::tests (unit-ports for #5-#10)
- src/transcript_consequence.rs::tests (Axis B B2/B3 unit-ports)
- src/kv_cache/sift_store.rs::tests (SiftKvStore #12, #16 unit-ports)
- src/annotate_provider.rs::tests (region-tuple math #46)
- tests/port_cache_transcript.rs (integration #24/#39/#47/#49 + Axis B
+ 28 arch-no-analogue + 25 blocked-future-work stubs)
- tests/port_cache_transcript_e2e.rs (#50 + #51 e2e LOAD-BEARING)
Oracle values hand-coded with `// verified via VEP 115 …` audit trail
comments per v2 paradigm Rule 2 (extracted from the v1 golden.vcf
before deletion; preserves the audit chain).
input.vcf preserved (14 chr21 variants at 25.19-26.0 Mb).
See porting-tests/plans/2026-05-28-port-cache-transcript.md.
sitekwb
added a commit
that referenced
this pull request
May 28, 2026
) Adds 6 unit-ports to src/partitioned_cache.rs::tests (mirroring the existing RegFeat unit-ports for the transcript context_type): - #5 transcript_serializer_label_is_parquet_for_v115_layout - #6 transcript_context_path_uses_parquet_suffix - #7 transcript_available_chroms_returns_chrom_list_from_layout - #8 transcript_context_path_for_chr21_returns_per_chrom_parquet_path - #9 transcript_context_path_takes_only_chrom_arg - #10 transcript_context_path_with_empty_chrom_returns_none Per detailed_plan rows #5-#10. Same v2 paradigm Rule 6 ("parquet IS vepyr's serializer-equivalent for the same role") applied to the transcript context_type.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps softprops/action-gh-release from 1 to 2.
Release notes
Sourced from softprops/action-gh-release's releases.
Changelog
Sourced from softprops/action-gh-release's changelog.
Commits
a06a81arelease 2.5.07da8983feat: mark release as draft until all artifacts are uploaded (#692)8797328chore(deps): bump actions/checkout in the github-actions group (#689)1bfc62achore(deps): bump the npm group across 1 directory with 5 updates (#697)5be0e66release 2.4.2af658b4feat: Ensure generated release notes cannot be over 125000 characters (#684)237aaccchore: bump node to 24.11.000362bechore(deps): bump the npm group with 5 updates (#687)0adea5achore(deps): bump the npm group with 3 updates (#686)aa05f9dchore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 in the github-action...You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)